Micron Document
baubs git

Node / mirrors / respira / files / src / lib / utils.ts

Displaying Raw • Download

src/lib/utils.ts refactor/extract-sub-components (095c879e) Text, 169 B

import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";

export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}

Served by rngit 1.4.2 - Generated in 0.02s